Skip to content

ART-18724: Pin imagebuilder to v1.2.20 for ci-openshift-build-root (4.19)#10641

Merged
joepvd merged 1 commit into
openshift-eng:openshift-4.19from
joepvd:ART-18724-4.19-ci-build-root
May 18, 2026
Merged

ART-18724: Pin imagebuilder to v1.2.20 for ci-openshift-build-root (4.19)#10641
joepvd merged 1 commit into
openshift-eng:openshift-4.19from
joepvd:ART-18724-4.19-ci-build-root

Conversation

@joepvd
Copy link
Copy Markdown
Contributor

@joepvd joepvd commented May 18, 2026

Summary

Pin imagebuilder to v1.2.20 in both RHEL 8 and RHEL 9 ci-openshift-build-root Dockerfiles.

Failing builds: ci-openshift-build-root-extra.rhel8, ci-openshift-build-root-extra.rhel9, ci-openshift-build-root-latest.rhel8, ci-openshift-build-root-latest.rhel9

Analysis

imagebuilder@latest resolves to v1.2.21 which requires Go >= 1.25.5. The build environment has Go 1.24.13 with GOTOOLCHAIN=local, causing the build to fail:

go: github.com/openshift/imagebuilder@v1.2.21 requires go >= 1.25.5 (running go 1.24.13; GOTOOLCHAIN=local)

This affects all 4 ci-openshift-build-root images (extra.rhel8, extra.rhel9, latest.rhel8, latest.rhel9) across all architectures.

Changes

  • ci_images/rhel-8/ci-openshift-build-root/Dockerfile: Pin imagebuilder@latest to imagebuilder@v1.2.20
  • ci_images/rhel-9/ci-openshift-build-root/Dockerfile: Pin imagebuilder@latest to imagebuilder@v1.2.20

Same fix as #10492 (4.16).

Fixes: ART-18724, ART-18723, ART-18722, ART-18721

Generated with Claude Code

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 18, 2026
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented May 18, 2026

@joepvd: This pull request references ART-18724 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.19.z" version, but no target version was set.

Details

In response to this:

Summary

Pin imagebuilder to v1.2.20 in both RHEL 8 and RHEL 9 ci-openshift-build-root Dockerfiles.

Failing builds: ci-openshift-build-root-extra.rhel8, ci-openshift-build-root-extra.rhel9, ci-openshift-build-root-latest.rhel8, ci-openshift-build-root-latest.rhel9

Analysis

imagebuilder@latest resolves to v1.2.21 which requires Go >= 1.25.5. The build environment has Go 1.24.13 with GOTOOLCHAIN=local, causing the build to fail:

go: github.com/openshift/imagebuilder@v1.2.21 requires go >= 1.25.5 (running go 1.24.13; GOTOOLCHAIN=local)

This affects all 4 ci-openshift-build-root images (extra.rhel8, extra.rhel9, latest.rhel8, latest.rhel9) across all architectures.

Changes

  • ci_images/rhel-8/ci-openshift-build-root/Dockerfile: Pin imagebuilder@latest to imagebuilder@v1.2.20
  • ci_images/rhel-9/ci-openshift-build-root/Dockerfile: Pin imagebuilder@latest to imagebuilder@v1.2.20

Same fix as #10492 (4.16).

Fixes: ART-18724, ART-18723, ART-18722, ART-18721

Generated with Claude Code

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@joepvd
Copy link
Copy Markdown
Contributor Author

joepvd commented May 18, 2026

/lgtm
/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

@joepvd: you cannot LGTM your own PR.

Details

In response to this:

/lgtm
/approve

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: joepvd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 18, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

@joepvd: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/art-pre-commit-check cd9ab9e link false /test art-pre-commit-check

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@joepvd joepvd merged commit 985bee0 into openshift-eng:openshift-4.19 May 18, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants